DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / PerformAction Method

In This Topic
    PerformAction Method (C1CollectionViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub PerformAction( _
       ByVal collectionView As UIKit.UICollectionView, _
       ByVal action As ObjCRuntime.Selector, _
       ByVal indexPath As Foundation.NSIndexPath, _
       ByVal sender As Foundation.NSObject _
    ) 
    public virtual void PerformAction( 
       UIKit.UICollectionView collectionView,
       ObjCRuntime.Selector action,
       Foundation.NSIndexPath indexPath,
       Foundation.NSObject sender
    )

    Parameters

    collectionView
    action
    indexPath
    sender
    See Also